home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2002 November
/
CD 1
/
APC0211D1.ISO
/
workshop
/
prog
/
files
/
ActivePerl-5.6.1.633-MSWin32.msi
/
_d9441efc1335b19c80b28512d06be30d
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-17
|
372 b
|
16 lines
# NOTE: Derived from ..\blib\lib\Tk\Listbox.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Listbox;
#line 494 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\SetList.al)"
sub SetList
{
my $w = shift;
$w->delete(0,'end');
$w->insert('end',@_);
}
# end of Tk::Listbox::SetList
1;